.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

* {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

@font-face {
    font-family: 'chuangke';
    src: url("../img/chuangke.ttf")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/chuangke.ttf*/;
}
@font-face {
    font-family: 'youshe';
    src: url("../img/youshe.TTF")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/youshe.TTF*/;
}


.padding {
    padding: 70px 0;
}

.padding-top {
    padding-top: 80px;
}

.padding-bottom {
    padding-bottom: 80px;
}

.transi {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.img_jz {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.img_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_container {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.textover {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
/*头部*/
.head{
    width: 100%;
    position: relative;
    height: 50px;
    line-height: 50px;
	border-bottom:1px solid #ccc;
}
.head .warpper{
    position: relative;
}
.head-l{
    float: left;
    color: #6a6a6a;
    font-size: 14px;
}
.head-r{
    float: right;
    margin-right:55px;
}
.head-r a{
    float: left;
    display: block;
    color: #6f6f6f;
    font-size: 14px;
    text-indent: 30px;
    padding-right: 20px;
    position: relative;
	border-right:1px solid #ccc;
	margin-right:20px;
}
.head-r .t-lianxi{
    background: url("../img/t1.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/t1.png*/ no-repeat left top 15px;
}
.head-r .t-weixin{
    background: url("../img/t2.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/t2.png*/ no-repeat left top 15px;
}
.head-r .t-weixin img{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100px;
    background: #fff;
    height: 100px;
    opacity: 0;
    z-index: 1000;
    transition: all 0.5s;
}
.head-r .t-weixin:hover img{
    top: 50px;
    opacity: 1;
    transition: all 0.5s;
}
.head-r .t-mes{
    position: absolute;
    right: 0;
    width:58px;
    height: 61px;
    background: url("../img/t3.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/t3.png*/ no-repeat center center;
    z-index: 100;
    margin-right: 0;
}
.header{
    width: 100%;
    position: relative;
    padding: 28px 0 40px 0;
}
.logo{
    float: left;
    width: 878px;
}
.logo-l{
    float: left;
    padding-right: 30px;
    margin-right: 30px;
    width: 234px;
    background: url("../img/logo-line.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/logo-line.png*/ no-repeat center right;
}
.logo-l img{
    display: block;
    float: left;
    padding-right: 5px;
    width: 206px;
}
.logo-t .fir{
    color: #272626;
    font-size: 28.45px;
    font-weight: bold;
    padding-top: 8px;
}
.logo-t .sec{
    color: #7e7e7e;
    font-size: 12px;
    text-transform: uppercase;
}
.logo-r{
    padding-right: 25px;
    float: left;
}
.logo-r h3{
    color: #333333;
    font-size: 23px;
    font-weight: bold;
    padding-top: 8px;
}
.logo-r h3 span{
    color: #014da1;
}
.logo-r p{
    color: #5c5c5c;
    font-size: 14px;
}
.logo-ri{
    float: right;
    width: 287px;
    height: 42px;
    line-height: 42px;
    background: url("../img/logo-ri.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/logo-ri.png*/ no-repeat center center;
    margin-top: 20px;
}
.logo-ri p{
    color: #fff;
    font-size: 16px;
    float: left;
    text-align: center;
}
.logo-ri p:nth-child(1){
    width: 39%;
}
.logo-ri p:nth-child(2){
    width: 30%;
}
.logo-ri p:nth-child(3){
    width: 31%;
}
.top-tel{
    float: right;
    height: 50px;
    padding-left: 60px;
    background: url("../img/t-tel.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/t-tel.png*/ no-repeat center left;
    margin-top: 10px;
}
.top-tle p{
    color: #303030;
    font-size: 14px;
}
.top-tel strong{
    color: #303030;
    font-size: 26px;
}
/*导航*/
.nav{
    width: 100%;
    position: relative;
    height: 74px;
    background: linear-gradient(to right,#014da1,#0075c2);
}
.nav ul li{
    width: 16.6%;
    float: left;
    line-height: 74px;
}
.nav ul li a{
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
}
.nav ul li a.active{
    background: #0075c2;
}
.nav ul li:hover a{
    background: #0075c2;
}

.bannerbox{
    width: 100%;
}
.bannerbox img{
    width: 100%;
}
.search{
    background: #efefef;
    line-height: 90px;
}
.search .left{
    font-size:14px;
    color:#323232;
    float: left;
    padding-left:39px;
    background: url("../img/hot.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/hot.png*/ no-repeat left center;
}
.search .left a{
    color: #323232;
    display: inline-block;
    margin-right: 10px;
}
.search .left a:hover{
    color:#0059b3;
}
.search .left span{
    font-size:16px;
    font-weight: bold;
    padding-right: 20px;
}
.search .right{
    float: right;
    margin-top: 23px;
}
.search .right input[type=text]{
    float: left;
    width: 255px;
    line-height: 45px;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 15px;
    background: #fff;
}
.search .right input[type=text]::placeholder{
    font-size:14px;
    color:#676767;
}
.search .right input[type=submit]{
    cursor: pointer;
    float: left;
    width: 65px;
    height: 45px;
    background:#0059b3 url("../img/search.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/search.png*/ no-repeat center;
}
.alltitle .fir{
    font-size:34px;
    color:#414141;
    font-family: chuangke;
}
.alltitle .sec{
    font-size:14px;
    color:#6d6d6d;
    text-transform: uppercase;
}
.in_company .left{
    float: left;
    width: 610px;
}
.in_company .left .line{
    width: 33px;
    height: 2px;
    background: #1857a4;
    margin: 15px 0;
}
.in_company .left .des{
    font-size:14px;
    color:#515151;
    line-height: 26px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:3;
}
.in_company .left a{
    display: inline-block;
    font-size:14px;
    color:#0059b3;
    border-bottom:2px solid #0059b3;
    margin-top: 28px;
}

.in_company .left .item{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 53px;
}
.in_company .left .item .list{
    width: 100px;
    padding-bottom: 10px;
    border-bottom:2px solid #ebebeb;
}
.in_company .left .item .list:hover{
    border-bottom:2px solid #0059b3;
}
.in_company .left .item .list .imgbox{
    width: 45px;
    height: 40px;
    position: relative;
}
.in_company .left .item .list .imgbox .img2{
    opacity: 0;
}
.in_company .left .item .list:hover .imgbox .img2{
    opacity: 1;
}
.in_company .left .item .list:hover .imgbox .img1{
    opacity: 0;
}
.in_company .left .item .list .title{
    font-size:16px;
    color:#3e3e3e;
    font-weight: bold;
    margin:7px 0;
}
.in_company .left .item .list:hover .title{
    color:#0059b3;
}
.in_company .left .item .list .en{
    font-size:12px;
    color:#6c6c6c;
    text-transform: uppercase;
}
.in_company .right{
    float: right;
}

.product{
    width: 100%;
    position: relative;
    padding: 60px 0 70px 0;
    background:url("../img/product.jpg")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/product.jpg*/ no-repeat center center;
    background-size: cover;
}
.index-title{
    text-align: center;
}
.index-title h3{
    color: #2d2d2d;
    font-size: 32px;
    font-family: chuangke;
}
.index-title p{
    font-size: 14px;
    color: #a5a5a5;
    text-transform: uppercase;
}
.index-title p:after{
    display: block;
    content: '';
    width: 93px;
    height: 4px;
    margin: 0 auto;
    background: url("../img/title.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/title.png*/ no-repeat center center;
}
.pro-content{
    width: 100%;
    position: relative;
    padding-top: 30px;
}
.pro_left{
    float:left;
    width: 257px;
}
.pro_left_top{
    position: relative;
    background: url("../img/pro-t.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/pro-t.png*/ no-repeat center center;
    padding-left: 15px;
}

.pro_left_top>div{
    position: relative;
    height: 110px;
    background: url("../img/proicon.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/proicon.png*/ no-repeat 180px center;
}
.pro_left_top h3{
    padding-top:25px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}
.pro_left_top small{
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.pro_left_top small:after{
    display: block;
    content: '';
    width: 36px;
    height: 2px;
    background: rgba(255,255,255,0.33);
    margin-top:5px;
}
.pro_left_mid{
    width: 235px;
    background: #fff;
    padding:10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pro_left_mid a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left:20px;
    color: #414141;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
    background: #fff url("../img/pro_type_icon.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/pro_type_icon.png*/ no-repeat right 20px center;
}
.pro_left_mid a:hover,.pro_left_mid a.hight_linght{
    color: #fff;
    background: #014da1 url("../img/pro_type_icon1.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/pro_type_icon1.png*/ no-repeat right 20px center;
}
.pro_left_bottom{
    background:#fff url("../img/t-tel.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/t-tel.png*/ no-repeat left 15px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 55px 0 30px;
    padding-left:65px;
    width: 235px;
}
.pro_left_bottom>small{
    font-size: 14px;
    color: #303030;
}
.pro_left_bottom>h4{
    font-size: 21px;
    font-weight: bold;
    color: #014da1;
}
.pro-left-t{
    width: 235px;
    height: 134px;
    overflow: hidden;
    margin-top: 20px;
}

.pro_right{
    float:right;
    width: 888px;
}

.pro_rig_bot a{
    float:left;
    background: #fff;
    display: block;
    margin-right:24px;
    margin-bottom:24px;
    width: 280px;
    height: 262px;
    position: relative;
    border: 1px solid #eee;
}
.pro_rig_bot a:nth-of-type(3n){
    margin-right: 0;
}
.pro_rig_bot a b{
    width:100%;
    height: 210px;
    overflow: hidden;
    display: block;
}
.pro_rig_bot a .p-hovor{
    position: absolute;
    top: 0;
    height: 210px;
    text-align: center;
    opacity: 0;
    line-height: 210px;
    transition: all 0.4s;
    width: 100%;
}
.pro_rig_bot a .p-hovor img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.pro_rig_bot a p{
    font-size: 14px;
    background: #fff;
    color: #2c2c2c;
    text-align: center;
    width:100%;
    line-height: 50px;
}
.pro_rig_bot a b img{
    transition: all .3s;
}
.pro_rig_bot a:hover b img{
    transition: all .3s;
    transform: scale(1.05);
}
.pro_rig_bot a:hover .p-hovor{
    opacity: 1;
    transition: all 0.4s;
}
.pro_rig_bot a:hover p{
    background: #0755a6;
    color: #fff;
}
.guang{
    width: 100%;
	float:left;
	height:307px;
	line-height:307px;
    background: url("../img/gg.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/gg.png*/ no-repeat center / cover;
}
.guang-center{
    float: left;
    margin-left: 370px;
    width: 610px;
}
.guang-center h3{
    color: #fff;
    font-size: 22px;
    color: #fff;
    line-height: 54px;
}
.guang-center h3 strong{
    font-size: 28px;
    position: relative;
    z-index: 10;
}
.guang-center h3 strong:after{
    display: block;
    content: '';
    position: absolute;
    width: 170px;
    height: 6px;
    background: #f08100;
    bottom: -1px;
    z-index: -1;
    left: 0;
}
.g-tel{
    margin-top: 30px;
}
.g-tel p{
    color: #fff;
    font-size: 34px;
    font-family: youshe;
    float: left;
    padding-right: 50px;
}
.g-link{
    float: left;
}
.g-link a{
    display: block;
    width: 130px;
    height: 40px;
    border: 1px solid #fff;
    box-sizing: border-box;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-left: 13px;
    color: #fff;
    font-size: 16px;
}
.g-link a:hover{
    background: #f08100;
    border: 1px solid #f08100;
}
.guang-ewm{
    width: 145px;
    height: 195px;
    float: right;
    margin-top: 10px;
}
.guang-ewm img{
    max-width: 100%;
}
.guang-ewm p{
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}
.youshi{
    width: 100%;
    position: relative;
    padding: 63px 0 80px 0;
    background: url("../img/youshi.jpg")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/youshi.jpg*/ no-repeat center center;
    background-size: cover;
    z-index: 10;
    margin-top: -51px;
}
.title1 h3{
    color: #fff;
    font-size: 36px;
}
.title1 p{
    color: #fff;
}
.title1 p:after{
    display: none;
}
.ys-center{
    margin-top: 32px;
    background: #fff;
    padding: 60px 60px 0 60px;
}
.ys-center ul li{
    float: left;
    width: 515px;
    margin-right: 40px;
    margin-bottom: 60px;
}
.ys-center ul li:nth-child(2n){
    margin-right: 0;
}
.ys-center ul li:nth-child(1) .ys-tt{
    background: url("../img/y1.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/y1.png*/ no-repeat center left;
}
.ys-center ul li:nth-child(2) .ys-tt{
    background: url("../img/y2.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/y2.png*/ no-repeat center left;
}
.ys-center ul li:nth-child(3) .ys-tt {
    background: url("../img/y3.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/y3.png*/ no-repeat center left;
}
.ys-center ul li:nth-child(4) .ys-tt {
    background: url("../img/y4.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/y4.png*/ no-repeat center left;
}
.ys-tt{
    padding-left:60px;
}
.ys-t{
    float: left;
    width: 295px;
}
.ys-t h3{
    color: #383838;
    font-size: 18px;
}
.ys-t h3 strong{
    color: #1a58a5;
    font-size: 22px;
}
.ys-t h4{
    color: #767676;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: -1px;
}
.ys-t p{
    color: #383838;
    font-size: 14px;
    line-height: 25px;
    padding-top: 15px;
}
.ys-img h3{
    color: #bcbcbc;
    font-size: 40px;
    font-style: italic;
    text-align: right;
}
.ys-img{
    float: right;
    margin-top: 20px;
}
.ys-center ul li:nth-child(2) .ys-img img{
    display: block;
    margin-top: -35px;
}

.in_message .alltitle{
    text-align:center;
    margin-bottom: 20px;
}
.right-tit{
    background: url("../img/m1.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/m1.png*/ no-repeat center left;
    padding-left: 80px;
}
.right-tit h3{
    color: #535353;
    font-size: 26px;
    font-weight: bold;
}
.right-tit h3 span{
    color: #1a559d;
}
.right-tit p{
    color: #434343;
    font-size: 14px;
}
.in_message .alltitle .fir{
    margin-top: -48px;
}
.in_news .alltitle{
    text-align:center;
    margin-bottom: 20px;
}
.in_news .alltitle .fir{
    margin-top: -48px;
}
.alltitle .thr{
    font-size:14px;
    color:#6d6d6d;
    text-transform: uppercase;
}
.alltitle .en{
    font-size:64px;
    color:#eee;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 52px;
}
.in_message{
    background: url("../img/messagebg.jpg")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/messagebg.jpg*/ no-repeat center  / cover;
}
.in_message .alltitle .fir{
    color:#fff;
}
.in_message .alltitle .thr{
    color:#fff;
}
.in_message .alltitle .en{
    color:#323233;
}
.in_message .mbox{
    height: 395px;
    position: relative;
}
.in_message .mbox .left{
    float: right;
    width: 503px;
    background: url("../img/mes-r.jpg")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/mes-r.jpg*/ no-repeat center / cover;
    padding:70px 0;
    height: 360px;
    position: relative;
}
.in_message .mbox .left h3{
    color: #fff;
    font-size: 26px;
    font-family:chuangke ;
    text-align: center;
}
.in_message .mbox .left h3:after{
    display: block;
    content: '';
    width: 48px;
    height: 3px;
    background: #fff;
    margin: 15px auto;
}
.in_message .mbox .left p{
    color: #648fc3;
    font-size: 14px;
    font-weight: lighter;
    text-transform: uppercase;
    text-align: center;
}
.in_message .mbox .left a{
    display: block;
    width: 173px;
    height: 43px;
    background: #f08100 url("../img/m2.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/m2.png*/ no-repeat center right 47px;
    text-align: left;
    text-indent: 40px;
    border-radius: 21.5px;
    line-height: 43px;
    color: #fff;
    margin: 20px auto 0;
}
.in_message .mbox .left a:hover{
    background: #648fc3 url("../img/m2.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/m2.png*/ no-repeat center right 47px;
}
.in_message .mbox .right{
    width: 670px;
    float: left;
    background: #fff;
    padding: 30px;
}
.in_message .mbox .right .inputbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}
.in_message .mbox .right .inputbox input{
    width: 298px;
    line-height: 46px;
    height: 46px;
    border:1px solid #e1e1e1;
    box-sizing: border-box;
    text-indent: 15px;
    outline: none;
    background: none;
    font-size:14px;
    color:#333;
    margin-bottom: 10px;
}
.in_message .mbox .right .inputbox input::placeholder{
    font-size:14px;
    color:#a5a5a5;
}
.in_message .mbox .right .inputbox .code{
    width: 298px;
    position: relative;
    height: 45px;
}
.in_message .mbox .right .inputbox .code .verify{
    position: absolute;
    width: 95px;
    height: 44px;
    right: 1px;
    top: 1px;
}
.in_message .mbox .right .inputbox .code .verify img{
    width: 100%;
    height: 100%;
}
.in_message .mbox .right textarea{
    width:81%;
    height: 108px;
    border:1px solid #e1e1e1;
    padding: 15px;
    outline: none;
    background: none;
    font-size:14px;
    color:#333;
    float: left;
}
.in_message .mbox .right textarea::placeholder{
    font-size:14px;
    color:#a5a5a5;
}
.in_message .mbox .right .submit{
    display: block;
    float: right;
    width: 102px;
    height: 108px;
    line-height: 108px;
    background: #1857a4;
    text-align:center;
    font-size:16px;
    color:#fff;
}
.in_message .mbox .right .submit:hover{
    background: #4b7ab5;
}
.in_news_box{
    margin-top: 45px;
}
.in_news_box .left{
    float: left;
    width: 500px;
}
.in_news_box .left .imgbox{
    width: 100%;
    height: 305px;
    position: relative;
    overflow: hidden;
}
.in_news_box .left:hover .imgbox img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.in_news_box .left .text a{
    display: block;
    background: #f4f4f4;
    padding:30px;
}
.in_news_box .left .text a:hover{
    background: #0059b3;
}
.in_news_box .left .text a .title{
    font-size:18px;
    color:#444444;
    font-weight: bold;
    position: relative;
}
.in_news_box .left .text a .title i{
    display: block;
    position: absolute;
    right:0;
    top:2px;
    font-size:14px;
    color:#818181;
    font-weight: lighter;
}
.in_news_box .left .text a:hover .title i{
    color:#fff;
}
.in_news_box .left .text a .title span{
    display: inline-block;
    width: 256px;
    font-size:18px;
    color:#444444;
    font-weight: bold;
}
.in_news_box .left .text a:hover .title span{
    color:#fff;
}
.in_news_box .left .text a .des{
    font-size:14px;
    color:#6c6c6c;
    line-height: 24px;
    margin-top: 5px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.in_news_box .left .text a:hover .des{
    color:#fff;
}
.in_news_box .left .more{
    height: 50px;
    padding:0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #0059b3;
}
.in_news_box .left .more span{
    font-size:14px;
    color:#fff;
}
.in_news_box .right{
    float: right;
    width: 670px;
}
.in_news_box .right .list a{
    display: block;
    padding: 30px 25px;
}
.in_news_box .right .list a:hover{
    background: #0059b3;
}
.in_news_box .right .list .time{
    text-align:center;
    width: 123px;
    float: left;
    position: relative;
}
.in_news_box .right .list .time:after{
    position: absolute;
    content:"";
    display: block;
    width: 1px;
    height: 100px;
    background: #f0f0f0;
    right:0;
    top:63%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.in_news_box .right .list a:hover .time:after{
    opacity: 0.57;
}
.in_news_box .right .list .time .fir{
    font-size:28px;
    color:#393939;
    font-weight: bold;
}
.in_news_box .right .list a:hover .time .fir{
    color:#fff;
}
.in_news_box .right .list .time .sec{
    font-size:16px;
    color:#757575;
}
.in_news_box .right .list a:hover .time .sec{
    color:#fff;
}

.in_news_box .right .list .text .title{
    font-size:20px;
    color:#4a4949;
    font-weight: bold;
    position: relative;
}
.in_news_box .right .list .text .title span{
    display: inline-block;
    width: 420px;
    font-size:16px;
    color:#444444;
    font-weight: bold;
}
.in_news_box .right .list a:hover .text .title span{
    color:#fff;
}
.in_news_box .right .list .text .title i{
    display: block;
    position: absolute;
    right: 0;
    top: 2px;
    font-size: 14px;
    color: #818181;
    font-weight: lighter;
}
.in_news_box .right .list:hover .text .title i{
    color:#fff;
}
.in_news_box .right .list .text .des{
    font-size:14px;
    color:#636363;
    line-height: 24px;
    margin-top: 1%;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.in_news_box .right .list a:hover .text .des{
    color:#fff;
}
.in_news_box .right .abox{
    margin-top: 30px;
    padding-left: 26px;
}
.in_news_box .right .abox a{
    display: inline-block;
    width: 165px;
    line-height: 45px;
    border:1px solid #1857a4;
    font-size:14px;
    color:#2e2e2e;
    text-align:center;
    border-radius: 40px;
    margin-right: 25px;
}
.in_news_box .right .abox a:hover{
    background: #1857a4;
    color:#fff;
}
.tiao{
    width: 100%;
    height: 116px;
    background: url("../img/tiaobg.jpg")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/tiaobg.jpg*/ no-repeat center;
}
.tiao .left{
    float: left;
    color:#fff;
    margin-top: 22px;
}
.tiao .left .fir{
    font-size:32px;
    font-family: chuangke;
}
.tiao .left .sec{
    font-size:15px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
}
.tiao .right{
    float: right;
    width: 375px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 37px;
}
.tiao .right .imgbox{
    width: 48px;
    height: 48px;
    border-radius: 25px;
    position: relative;
    border: 1px solid #fff;
    cursor: pointer;
}
.tiao .right .imgbox .wechat{
    position: absolute;
    width: 120px;
    bottom:100%;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    display: none;
}
.tiao .right .imgbox.wechatbox:hover .wechat{
    display: block;
}
.footerbox{
    padding: 50px 0 50px 0;
	background-color:#2b2b2b;
    
}
.footerbox .warpper{
    display: flex;
    justify-content: space-between;
}
.f-logo{
    width: 320px;
    float: left;
    padding-top: 30px;
}
.f-logo  p{
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    padding-top: 27px;
}
.f-logo a{
    display: block;
    width: 144px;
    height: 40px;
    background: #0755a6 url("../img/f1.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/f1.png*/ no-repeat center left 20px;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    text-indent: 55px;
    margin-top: 35px;
}
.f-logo a:hover{
    background: #f08100  url("../img/f1.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/f1.png*/ no-repeat center left 20px;
}
.footerbox .warpper .f-t{
    color:#fff;
}
.footerbox .warpper .f-t .fir{
    font-size:20px;
    font-weight: bold;
}
.footerbox .warpper .f-t .line{
    width: 33px;
    height: 2px;
    background: #0059b3;
    margin:15px 0;
}
.footerbox .warpper .des{
    font-size:14px;
    color:#fff;
    width: 265px;
    margin-bottom: 20px;
}
.footerbox .warpper .erbox{
    width: 120px;
    background: #fff;
    padding:10px;
    text-align:center;
    font-size:13px;
    color:#272727;
}
.footerbox .warpper .erbox img{
    width: 100%;
}
.footerbox .warpper .abox a{
    display: block;
    font-size:14px;
    color:#a0a1a8;
    line-height: 30px;
}
.footerbox .warpper .abox a:hover{
    font-weight: bold;
    color:#fff;
}
.footerbox .warpper .lxbox p{
    display: block;
    font-size:14px;
    color:#a0a1a8;
    line-height: 30px;
}
.footerbox .warpper .dessec{
    font-size:16px;
    color:#a0a1a8;
    width: 256px;
}
.f-ewm{
    width: 145px;
    height: 183px;
    background: #fff;
}
.f-ewm img{
    max-width: 100%;

}
.f-ewm span{
    color: #272727;
    font-size: 14px;
    display: block;
    text-align: center;
    padding-top: 6px;
}
.copy{
    line-height: 86px;
    background: #0755a6;
    font-size:14px;
    color:rgba(255,255,255,0.62);
}
.copy a{
    color:rgba(255,255,255,0.62);
}
.copy .left{
    float: left;
}
.copy .right{
    float: right;
}
.cbl {
    width: 67px;
    position: fixed;
    right: 10px;
    top: 44%;
    z-index: 3333;
}

.cbl.active {
    display: none;
}

.cbl li {
    margin-top: 5px;
    transition: 0.4s ease-in-out;
    height: 67px;
    width: 67px;
    border: 1px solid #ececec;
    box-sizing: border-box;
}

.cbl span {
    transition: 0.2s ease-in-out;
    display: inline-block;
    height: 67px;
    width: 67px;
    text-align: center;
    background: #1857a4;
    box-sizing: border-box;
    font-size: 12px;
    color: white;
    position: relative;
    padding-top: 43px;
}

.cbl span i {
    transition: 0.4s ease-in-out;
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 30px;
}
.cbl li.tel span{
    background:#fff url("../img/s2.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/s2.png*/ no-repeat center top 15px;
}
.cbl li.email span{
    background:#fff url("../img/s5.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/s5.png*/ no-repeat center top 15px;
}

.cbl li.weixin span{
    background:#fff url("../img/s4.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/s4.png*/ no-repeat center top 15px;
}

.cbl li.fd span{
    background:#fff url("../img/s6.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/s6.png*/ no-repeat center top 15px;
}


.cbl li.fd span .fir{
    font-size:12px;
}

.cbl span .fir {
    font-size:12px;
    color:#363636;
    text-align:center;
}


.cbl li aside {
    position: absolute;
    right: 76px;
    top: 0;
    padding:0 10px;
    line-height: 50px;
    opacity: 0;
    visibility: hidden;
    transform:rotateX(-90deg);
    transition: all .2s linear 0s;
    display: inline-block;
    vertical-align: top;
    background: #1857a4;
    box-sizing: border-box;
    font-size: 12px;
    color:#363636;
    white-space: nowrap;
}
.cbl li aside.ex{
    padding: 10px;
}
.cbl li aside img{
    width: 100px;
}
.cbl li:hover aside{
    transform:rotateX(0);
    opacity: 1;
    visibility: visible;
}
.cbl li aside:after{
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-left: 8px solid #0066b8;
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    right: -16px;
    transition: top .2s linear;
    transition-delay: .1s;
}
.sbanner{
    width: 100%;
    height: 500px;
    background: url("../img/sbanner.jpg")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/sbanner.jpg*/ no-repeat center;
}

.allcrumbs{
    line-height: 90px;
    background: #f0f0f0;
    font-size:16px;
    color:#3b3b3b;
}
.allcrumbs .left{
    background: none;
    padding-left: 0;
}
.allcrumbs a{
    color:#3b3b3b;
}
.allcrumbs span{
    font-weight: bold;
}
.inner-company-inner{
    margin-bottom: 80px;
}
.inner-company-inner img{
    max-width: 100%;
    margin:0 auto;
}
.info{
    padding:80px 0;
}
.info .pro_left_mid{
    background: #eee;
}
.info .pro_left_mid a{
    background: #eee url("../img/pro_type_icon.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/pro_type_icon.png*/ no-repeat right 20px center;
}
.info .pro_left_mid a.active{
    color: #fff;
    background: #014da1 url("../img/pro_type_icon1.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/pro_type_icon1.png*/ no-repeat right 20px center;
}
.info .pro_left_mid a:hover{
    color: #fff;
    background: #014da1 url("../img/pro_type_icon1.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/pro_type_icon1.png*/ no-repeat right 20px center;
}
.info .pro_left_bottom{
    background: #eee url("../img/t-tel.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/t-tel.png*/ no-repeat left 15px center;
}
.pro-des-right{
    float: right;
    width: 889px;
}
.info-main{
    overflow: hidden;
    margin-bottom: 54px;
    background: #fff;
}
.zpro_left{
    float:left;
    border:1px solid #ddd;
    width: 430px;
    height: 420px;
}
.zpro_swiper{
    height: 86px;
    position: relative;
    width: 358px;
    margin-left:auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zpro_swiper .swiper-container{
    width: 100%;
}
.zpro_swiper .swiper-container .swiper-slide{
    cursor: pointer;
}
.zpro_swiper .gallery-thumbs .swiper-slide{
    background-size:cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zpro_swiper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{
    border:1px solid #0046b0;
}
.zpro_swiper .swiper-button-disabled{
    opacity: 1;
    background: #cfcfcf!important;
}
.zpro_swiper .swiper-button-next:after,.zpro_swiper .swiper-button-prev:after{
    font-size: 19px;
}
.zpro_swiper .swiper-button-next{
    right:-48px;}
.zpro_swiper .swiper-button-prev{
    left:-48px;
}
.zpro_swiper .swiper-button-next, .zpro_swiper .swiper-button-prev{
    background: #0046b0;
    top:0;
    margin-top: 0;
    height: 100%;
    width: 40px;
}
.zpro_left .swiper-container,.zpro_swiper .swiper-container{
    height: 100%;
}
.zpro_left .swiper-slide {
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.info-main-rig {
    float: right;
    width: 406px!important;
    overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .title {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 18px 0;
}
.prodect-Info .info-main .info-main-rig .price {
    height: 65px;
    background: #f6f6f6;
    line-height: 65px;
    padding: 0 20px;
    color: #ff8111;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
}
.prodect-Info .info-main .info-main-rig .price span {
    font-size: 14px;
    color: #808080;
    font-weight: normal;
    margin-right: 25px;
}
.prodect-Info .info-main .info-main-rig .de-list {
    overflow: hidden;
    padding: 0 20px;
    min-height: 150px;
    max-height: 223px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item {
    overflow: hidden;
    padding-left: 60px;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    word-wrap: break-word;
    margin-bottom: 10px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item .item-title {
    width: 60px;
    float: left;
    margin-left: -60px;
    color: #808080;
}
.prodect-Info .info-main .info-main-rig .order-btn {
    overflow: hidden;
    padding: 0 10px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit {
    display: block;
    width: 155px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #c91a13;
    color: #fff;
    font-size: 14px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
    background: #c91a13;
}
.prodect-Info .info-center {
    overflow: hidden;
}
.prodect-Info .info-center .infoCenter-left {
    float: left;
    width: 260px;
}
.prodect-Info .info-center .infoCenter-left .pro-sider {
    float: none;
}
.prodect-Info .info-center .infoCenter-right {
    float: right;
    width: 870px;
    background: #fff;
    padding: 0 25px;
    min-height: 800px;
}
.pro-adv{
    width: 100%;
    padding: 20px 0;
}
.pro-adv ul{
    margin-top: 20px;
}
.pro-adv ul li{
    width: 100%;
    height: 225px;
    float: left;
    background: #f5f5f5;
}
.pro-adv ul li:nth-child(odd) .p-img{
    float: left;
    width: 50%;
    overflow: hidden;
    height: 100%;
}
.pro-adv ul li .p-img img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-adv ul li:nth-child(even) .p-img{
    float: right;
    width: 50%;
    height: 100%;
}
.pro-adv ul li:nth-child(odd) .p-tit{
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
}
.pro-adv ul li:nth-child(even) .p-tit{
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
}
.p-t{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.p-tit h3{
    color: #1a58a5;
    font-size: 24px;
    font-weight: bold;

}
.p-tit p{
    color: #5a5a5a;
    font-size: 14px;
    line-height: 28px;
}

.ztitle{
    color: #3a3a3a;
    font-size: 24px;
    font-weight: bold;
    height: 50px;
}
.info-main-rig .des{
    font-size:14px;
    color:#666666;
    position: relative;
    margin: 19px 0 41px 0;
}
.info-main-rig .des span{
    display: block;
    line-height: 30px;
}
.info-main-rig .des span i{
    display: inline-block;
    font-weight: bold;
    color:#e91918;
    font-size:16px;
}
.info-main-rig .des span.s{
    font-weight: 700;
    color:#eb6100;
    font-size:16px;
}
.info-main-rig .tel{
    padding-left:65px;
    background: url("../img/tel03.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/tel03.png*/ no-repeat left center;
}
.info-main-rig .tel .fir{
    font-size:16px;
    color:#333;
}
.info-main-rig .tel .sec{
    font-size: 41px;
    color: #333;
    font-family: Impact;
    line-height: 40px;
}
.info-main-rig .a{
    display: block;
    width: 173px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    background: #1a58a5;
    color: #fff;
    border-radius: 8px;
    margin-top: 30px;
}
.info-main-rig .a:hover{
    background: #e91918;
}
.center-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 48px;
    margin-bottom: 20px;
    background: #e5e5e5;
    height: 48px;
}
.center-title span{
    height: 48px;
    display: inline-block;
    padding: 0 22px;
    line-height: 48px;
    background: #1a58a5;
    color: #fff;
}
.center-content {
    padding: 27px;
    background: #fff;
}
.center-content p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
}
.center-content img{
    max-width: 100%;
}
.center-content table{
    width: 100% !important;
    border-collapse: collapse;
}
.center-content table tr td{
    line-height: 30px;
    font-size: 16px;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
    text-align:center;
}
.prother ul li{
    float:left;
    width: 32%;
    margin-right: 2%;
}
.prother ul li:nth-of-type(3n){
    margin-right: 0;
}
.prother ul li a .imgbox{
    height: 250px;
    width: 100%;
    position: relative;
    background: #fff;
}
.prother ul li a p{
    background: #333;
    line-height:50px;
    font-size:16px;
    color:#fff;
    text-align:center;
}
.prother ul li:hover a p{
    background: #1a58a5;
}
.allnews .title{
    font-size:20px;
    color:#2c2c2c;
    font-weight: bold;
}
.allnews:hover .title{
    color:#fff;
}
.allnews .time{
    font-size:16px;
    color:#ababab;
    margin-top: 5px;
}
.allnews:hover .time{
    color:#fff;
}
.allnews .con{
    font-size:16px;
    color:#ababab;
    line-height: 25px;
    margin: 10px 0 17px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.allnews:hover .con{
    color:#fff;
}
.allnews span{
    display: block;
    width: 100px;
    line-height: 40px;
    background: #0059b3;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.allnews:hover span{
    background: #e91918;
    color:#fff;
}

.inner-news-list{
    float: left;
    width: 376px;
    margin-right: 35px;
    margin-bottom: 25px;
}
.inner-news-list:hover .text{
    background: #0059b3;
}
.inner-news-list:nth-child(3n){
    margin-right:0;
}
.inner-news-list .imgbox{
    height: 270px;
    overflow: hidden;
}
.inner-news-list .text{
    padding:20px;
    background: #f2f2f2;
}
.news-detail-content-box{
    background: #fff;
    padding: 30px 20px;
}
.news-detail-content .news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.news-detail-title .h3 {
    font-size: 20px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.news-detail-content .news-detail-title .b {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.news-detail-content .news-detail {
    padding: 0 12px 30px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail img{
    max-width: 100%;
    margin:1% auto;
    display: block;
}
.news-detail-content-box{
    background: #fff;
    padding: 30px 20px;
}
.news-detail-content .news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.news-detail-title .h3 {
    font-size: 20px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.news-detail-content .news-detail-title .b {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.news-detail-content .news-detail {
    padding: 0 12px 30px;
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail img{
    max-width: 100%;
    margin:1% auto;
    display: block;
}
.inner-case-list{
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 35px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}
.inner-case-list:nth-child(3n){
    margin-right: 0;
}
.inner-case-list .imgbox{
    width: 100%;
    height: 270px;
    padding: 15px;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}
.inner-case-list .title{
    font-size:16px;
    color:#333;
    text-align:center;
    line-height: 55px;
    position: relative;
}
.inner-case-list .title:after{
    content:"";
    position: absolute;
    height: 3px;
    width: 0;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    bottom:0;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #0059b3;
}
.inner-case-list:hover .title:after{
    width: 100%;
}
.mapbox {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 2;
}
.mapbox #map_inner{
    width: 100%;
    height: 100%;
}
.contact-con{
    width: 1000px;
    margin:0px auto 0 auto;
    background: #fff;
    position: relative;
    z-index: 5;
}
.contact-con .t{
    width: 100%;
    line-height: 65px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    background: #0059b3;
}
.contact-con .contact-content{
    padding:50px 35px;
    background: #f9f9f9;
}
.contact-con .contact-content .left{
    float: left;
    width: 45%;
}
.contact-con .contact-content .left .telbox{
    background: #fff url("../img/dh.png")/*tpa=http://www.yqskjx.com/static/index/zm5018/img/dh.png*/ no-repeat left 30px center;
    border: 1px solid #e6e6e6;
    padding: 30px 20px 23px 124px;
    width: 100%;
}
.contact-con .contact-content .left .telbox .s1{
    font-size: 14px;
    color: #2f2f2f;
}
.contact-con .contact-content .left .telbox .s2{
    font-size: 38px;
    color: #0059b3;
    font-family: Impact;
    line-height: 35px;
}
.contact-con .contact-content .biao{
    margin-bottom: 20px;
}
.contact-con .contact-content .biao .fir{
    font-size: 24px;
    color: #575757;
    line-height: 24px;
}
.contact-con .contact-content .biao .sec{
    font-size: 14px;
    color: #9b9b9b;
}
.contact-con .contact-content .pbox{
    margin-top: 29px;
}
.contact-con .contact-content .pbox p{
    font-size: 14px;
    color: #2f2f2f;
    line-height: 30px;
}
.contact-con .contact-content .right{
    width: 50%;
    float: right;
}
.contact-con .contact-content .right input{
    width: 100%;
    line-height: 40px;
    background: #fff;
    border: 1px solid #e6e6e6;
    outline: none;
    font-size:14px;
    color:#333;
    text-indent: 20px;
    margin-bottom: 8px;
}
.contact-con .contact-content .right input::placeholder{
    font-size:14px;
    color:#999;
}
.contact-con .contact-content .right textarea{
    width: 100%;
    height: 80px;
    background: #fff;
    border: 1px solid #e6e6e6;
    outline: none;
    font-size:14px;
    color:#333;
    padding: 20px;
    margin-bottom: 2px;
}
.contact-con .contact-content .right .code input{
    float: left;
    width: 50%;
}
.contact-con .contact-content .right .code .verify{
    float: right;
    width: 40%;
    height: 42px;
}
.contact-con .contact-content .right .code .verify img{
    width: 100%;
    height: 100%;
}
.contact-con .contact-content .right .submit{
    display: block;
    width: 100%;
    line-height: 40px;
    background: #0059b3;
    cursor: pointer;
    font-size:14px;
    text-align:center;
    color:#fff;
}
.contact-con .contact-content .right .submit:hover{
    background: #e91918;
}
.k{
    text-align:center;
    font-size:15px;
    font-weight: bold;
    color:#333;
    margin:30px 0;
}
.k span{
    color:red;
}
.com-left{
    width: 100%!important;
}
.in_company .com-left .des1 {
    font-size: 16px;
    color: #515151;
    line-height: 26px;
}
.in_company .com-left .des1 p img{
    margin: 0 auto;
    display: block;
    padding-top: 30px;
}
.in_company .com-left .item{
    margin-top: 30px!important;
}